@charset "utf-8";

/*세팅*/
@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
*{font-family:"Nanum Gothic", 'malgun gothic', 'dotum';}
html {overflow-y:scroll;font-size:16px;color:#383838;line-height:180%;}
body {margin:0;}
a{color:#383838; text-decoration:none;}
a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:visited {text-decoration:none;}

/*공통속성*/
body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,from{margin:0; padding:0;}
img{border:0; vertical-align:top;}
.enter{clear:both; height:0;}
.white{color:#fff;}


/*reset*/
body,div,ul,li,dl,dt,dd,ol,p,h2,h3,h4,h5,h6,from{margin:0; padding:0; }
ul,il,dl{list-style:none}
img{border:0; vertical-align:top;}
ul{list-style:none; padding:0; margin:0;}